home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 334 b | 14 lines | [TEXT/RLAB] |
- maxi:
-
- Syntax: maxi ( A )
-
- Description:
-
- Maxi returns the index of the maximum value contained in
- matrix. If the input argument (A) is a vector, then the index
- of the largest value is returned. If A is a MxN matrix, then a
- row-vector of the column indices of the largest column values
- of A is returned.
-
- See Also: max, min, mini
-